CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - SVM S

搜索资源列表

  1. SVM

    0下载:
  2. 支持向量机SVM的matlab程序代码,matlab版本要在7.0以上-Support Vector Machine SVM' s matlab code, matlab version 7.0 or above in
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:4710
    • 提供者:eason
  1. introduction-to-SVM

    0下载:
  2. 这篇文章,很好的论述了SVM的机制,对于初学SVM有很好的指导作用-This article discusses a very good mechanism of SVM, SVM for a good beginner' s guide
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:445814
    • 提供者:房英明
  1. SVM

    0下载:
  2. SVM开发包,接口明了,将它的路径添加到当前工程即可直接调用 接口举例如下 Ytest_try=[] 测试样本的特征 Ytest_try=rightsidetest(Xtest_try,index) ypred=[] 训练样本的标注 Ytest=normo(Ytest) kernel= gaussian kerneloption=1 ypred = svmval(Ytest_try,xsup_ch,w_ch,w0_
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:378745
    • 提供者:微尘
  1. ls

    0下载:
  2. 这是一个LS-SVM的预测实例,主要实现对击穿电压的预测出图形,希望能够给与帮助~-This is an instance of LS-SVM' s prediction, the main achievement of the predicted breakdown voltage graph, hoping to give help ~
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:230132
    • 提供者:杨志恒
  1. svm

    0下载:
  2. svm工具包代码和使用说明,安装在matlab tool工具箱下,并附有说明,方便对数据集进行分类或回归的处理-svmtoolbox s using method,install it in the software of matlab,you know it
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:208264
    • 提供者:云浮
  1. svm-theory

    0下载:
  2. 是关于支持向量机的一些重要的理论知识,讲得比较透彻-i think it s very usefull
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1597440
    • 提供者:老外
  1. svc-Learn-SVM-Step-by-Step

    0下载:
  2. 一个实例搞定libsvm分类《Learn SVM Step by Step》by faruto2011系列视频-应用篇-An instance to get the the libsvm classification " Learn the SVM Step by Step " by faruto2011 Series Video- Beginner s Guide
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:499923
    • 提供者:kuangbo
  1. HOG-SVM

    0下载:
  2. it s HoG descr iptor, the writer code has some errors, and I have correct the errors, and the code is right under C+-it s HoG descr iptor, the writer code has some errors, and I have correct the errors, and the code is right under C+
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:4258186
    • 提供者:fzernike
  1. SVM

    1下载:
  2. SVM的C语言实现代码,可以直接移植到自己的工程中。-SVM' s C language code can be directly transplanted into their own works.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-12
    • 文件大小:265649
    • 提供者:kangue
  1. svm

    0下载:
  2. SVM平台,操作简单、易于使用的通用SVM 软件包,可以解决分类问题(包括C- SVC、n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )等问题,提供了线性、多项式、径向基和S 形函数四种常用的核函数供选择。-SVM platform is a simple, easy to use, versatile SVM software package can solve classification problems (including
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:634021
    • 提供者:凡轩
  1. SVM

    0下载:
  2. 对于胡良谋的书《支持向量机故障诊断及控制技术》中的各个例程,绝对有用-For Liang- Mou s book " support vector machine fault diagnosis and control technology" of the various routines
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:414814
    • 提供者:汉旺
  1. svm

    0下载:
  2. 我收集的十篇优秀硕士论文,关于支持向量机预测电力负荷的。-I collected ten outstanding master' s thesis on support vector machine power load.
  3. 所属分类:Project Design

    • 发布日期:2017-06-11
    • 文件大小:17981519
    • 提供者:尹立
  1. SVM

    1下载:
  2. SVM: 一种分类器,采用最大化分类间隔进行优化参数。 关于这个分类器两点比较重要: 1)SMO优化算法需要掌握, 可以具体参看两篇文章,John Platt的文章 以及“Improvements to Platt s SMO algorithm for SVM Classifier Design” 2)核函数的使用,如何将核函数使用到SVM中,核函数就是空间转换的函数, 说白了就是距离计算函数,如何将同类之间的距离计算的比较近,如何将低维空间转换到易于分类的高维空间
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2785
    • 提供者:iihaozl
  1. Svm-CLassification

    0下载:
  2. svm分类的源码,多个功能模块,很好的参考-source code of svm classification whic includes some modules,it s a good code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:26539
    • 提供者:noteller
  1. machine-learning-ex6

    1下载:
  2. Andrew Ng Cousera 机器学习支持向量机SVM,源代码以及说明文档。(Andrew Ng Cousera's machine learning SVM source code and document.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1089536
    • 提供者:mark198033
  1. KNN,SVM,决策树,朴素贝叶斯

    1下载:
  2. 用python的sklearn包分类 简单的对数据进行分类(Sort with Python's sklearn package Simple classification of data)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:hlf819819
  1. 7.支持向量机

    0下载:
  2. python中的sklearn的SVM实例演练代码,立刻熟悉SVM的使用过程以及参数调整(Sklearn's SVM instance drill code in python, immediately familiar with the use of SVM and parameter tuning)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:5120
    • 提供者:fdy219517
  1. SVM

    0下载:
  2. 三相SVPWMmatlab仿真模型,需要提醒同志们的是,在仿真之前必须build一下s-function builder,不然无法运行模块,采用s-builder的原因是建成的模块很简洁,而且运行速度要比其他方法快的多(The three-phase SVPWMmatlab simulation model, the need to remind Comrades is, before the simulation must be build S-function builder, or can
  3. 所属分类:DSP编程

    • 发布日期:2018-01-02
    • 文件大小:15360
    • 提供者:asdfgzxcvb
  1. mnist_test_opencv

    0下载:
  2. 利用opencv的ML-SVM,进行·mnist数据集的训练分类。 同时包含该数据集的读取(use opencv's ML-SVM to carry out training classification of MNIST dataset. Including the reading of the data set)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:4096
    • 提供者:渴望蓝天Sam
  1. SVM算法

    1下载:
  2. SVM的分类与预测。带数据的。可直接使用学习。方便入门。(Classification and prediction of SVM. With data. You can use learning directly.it's convence for us to learn it .)
  3. 所属分类:网络编程

    • 发布日期:2021-02-27
    • 文件大小:13312
    • 提供者:格式化空白
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com